How To import the site to Use It:


First:    -  Import the Source File (.Zip) Files one by one to your (Site) Folder. (make sure the files are one by one (not one block of file) ) 



Second:   -  Create (New Database) with (Name user password) From Your Hosting Panel.



Third:    -  Go to (phpmyadmin) for the database you Created.



Fourth:   -  Import the .sql file We Offered You. 



Fifth :   -  After data Created go to Sql and write this command to add username and password for your newsite Dashboard (yoursite.com/wp-admin).

------------------------------------
(command)

INSERT INTO `wp_users` 
(`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_status`) 
VALUES 
('newadmin', MD5('StrongPassword123'), 'Admin User', 'youremail@example.com', 0); #change ( newadmin and password and email to yours)

INSERT INTO `wp_usermeta` 
(`user_id`, `meta_key`, `meta_value`) 
VALUES 
(LAST_INSERT_ID(), 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}');

INSERT INTO `wp_usermeta` 
(`user_id`, `meta_key`, `meta_value`) 
VALUES 
(LAST_INSERT_ID(), 'wp_user_level', '10');


-------------------------------------

              - Go to Wp_users to delete all other users except you if it exists



Sixth :       - Go to (Wp_options) and make sure the siteurl and home and blog name is your new site. (Ctrl F and type options to easily find).



seventh :     - Check all tables for any old site or email and change it to yours.


Eighth  :     - Go to your (Site Folder) and Navigate to (wp-config.php) and change database (name user password) to the one you had created.


At The end Go to your (dashboard) and Enjoy your new site.

--------------------------------------

                                                                               (I-Fikra.com)
